Extension point backendFactory
In component org.nuxeo.audit.service.AuditComponent
Documentation
Allows to register a backend implementation for the Audit Service
Contribution Descriptors
- Class: org.nuxeo.audit.service.extension.AuditBackendFactoryDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="backendFactory" target="org.nuxeo.audit.service.AuditComponent"> <backend factory="org.nuxeo.audit.mem.MemAuditBackendFactory" name="default"/> </extension>